Don't run cargo as root during `make install`
authorAlex Crichton <alex@alexcrichton.com>
Sun, 7 Sep 2014 18:26:07 +0000 (11:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 7 Sep 2014 18:26:07 +0000 (11:26 -0700)
commitf1d39feaf9cb0ad2f7ff5b88a9019903491ff9a9
tree31a1bc465f9a292cb100e34e789960b37957e2f9
parent5ef037584bd9019aaddfddacbf7b7872c4fab465
Don't run cargo as root during `make install`

This rejiggers the dependencies for `make install` to only copy files into the
destination, never assemble anything. This adds a hard requirement that `make`
is executed before `make install`.

Closes #519
Makefile.in
src/etc/install.sh